Fix type for carto option.
authorrobertl <robertl>
Thu, 1 Dec 2005 21:04:16 +0000 (21:04 +0000)
committerrobertl <robertl>
Thu, 1 Dec 2005 21:04:16 +0000 (21:04 +0000)
pcx.c

diff --git a/pcx.c b/pcx.c
index a4a4a3e0581208537b637be95fc1e108bbda74fc..e6eb11e6447fdcb341d35c29696bafc5e06c631f 100644 (file)
--- a/pcx.c
+++ b/pcx.c
@@ -41,7 +41,7 @@ arglist_t pcx_args[] = {
                ARGTYPE_STRING },
        {"cartoexplorer", &cartoexplorer,
                "Write tracks compatible with CartoExplorer", "",
-               ARGTYPE_STRING },
+               ARGTYPE_BOOL },
        {0, 0, 0, 0, 0}
 };